'宣言 Public Function New( _ ByVal textRanges As System.Collections.Generic.IList(Of C1TextRange) _ )
'使用法 Dim textRanges As System.Collections.Generic.IList(Of C1TextRange) Dim instance As New C1TextBlockRange(textRanges)
public C1TextBlockRange( System.Collections.Generic.IList<C1TextRange> textRanges )
パラメータ
- textRanges
- List of C1TextRange structures.